Skip to main content

All Questions

2votes
0answers
176views

Reduce sample rate of GPS data based on distance between points

The algorithm needs to reduce an RDD[GPSRecord] based on the distance between several points, e.g. "give me only GPS records when the distance between them exceeds ...
MiguelAraCo's user avatar

close